home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000088_news@columbia.edu _Wed Jan 19 15:26:21 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA28003
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 19 Jan 2000 15:26:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA23038
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 19 Jan 2000 15:06:24 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: strange behavior of ckermit7 on solaris2.5.1
  11. Date: 19 Jan 2000 20:06:23 GMT
  12. Organization: Columbia University
  13. Message-ID: <8655fv$mfr$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <wioh4.851$M4.101658@den-news1.rmi.net>,
  17. Arthur Wouk <awouk@syzygy.nilenet.com> wrote:
  18. : sparcstation10 running solaris2.5.1. i downloaded the new
  19. : cku196.solaris25-sparc-2.5.1. when i call the program i get the
  20. : following error message:
  21. : ld.so.1: kermit: fatal: libresolv.so.2: can't open file: errno=2
  22. : Killed
  23. The curse of shareable libraries.
  24.  
  25. Here I am logged in to Solaris 2.5.1 (Sparc):
  26.  
  27.   $ uname -a
  28.   SunOS watsol 5.5.1 Generic_103640-31 sun4u sparc SUNW,Ultra-1
  29.  
  30. The Kermit ftp archive happens to be NFS-mounted there; I start
  31. the exact same binary that you have:
  32.  
  33.   $ ~kermit/bin/cku196.solaris25-sparc-2.5.1
  34.   C-Kermit 7.0.196, 1 Jan 2000, for Solaris 2.5
  35.    Copyright (C) 1985, 2000,
  36.     Trustees of Columbia University in the City of New York.
  37.   Type ? or HELP for help.
  38.   (/amd/watsun/w/fdc/) C-Kermit>
  39.  
  40. All is well.  What's the difference?  Y2K patches maybe?
  41.  
  42. What does "ls -l /usr/lib/libresolv.*" say on your system?
  43. Here it says:
  44.  
  45.   $ ls -l /usr/lib/libresolv.*
  46.   lrwxrwxrwx   1 root daemon  [...]  /usr/lib/libresolv.so -> ./libresolv.so.2
  47.   -rwxr-xr-x   1 bin  bin    35564 May 21  1999 /usr/lib/libresolv.so.1
  48.   -rwxr-xr-x   1 bin  bin    65700 May 21  1999 /usr/lib/libresolv.so.2
  49.   $ 
  50.  
  51. When all else fails, rebuild from source.
  52.  
  53. - Frank